﻿.colsm-6.padding-l-10 {
    padding-left: 10px
}

.colsm-6.padding-r-10 {
    padding-right: 10px
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-r-40 {
    margin-right: 40px;
}

.numero-telefone.ddd {
    width: 50px;
    margin-right: 10px;
}

.numero-telefone.telefone {
    width: calc(100% - 60px);
    float: right;
}

h2.title-blue {
    color: #0066b3 !important;
    font-family: 'futura-lt-bold';
    margin-bottom: 20px;
}

.font-blue {
    color: #0066b3 !important;
}

.section-services .description {
    margin: 16px 0;
}

.campos-formulario {
    margin-top: 2em;
}

#mensagem-passo-quatro li.form-row {
    margin-top: 30px;
}

.li-radio {
    margin-top: 20px;
}

    .li-radio .opcao-sim, .li-radio .opcao-nao {
        display: inline-block;
    }

    .li-radio .opcao-nao {
        margin-left: 50px;
    }

.btn-link {
    position: relative;
    display: inline-block;
    min-height: 2.65em;
    min-width: 6em;
    width: auto;
    padding: 10px 1.5em;
    -moz-border-radius: 2px;
    font-family: "FuturaWeb", sans-serif;
    font-size: 1.225em;
    cursor: pointer;
}

.option-side input[type="radio"] {
    margin-right: .6em;
    margin-left: 2em;
}

    .option-side input[type="radio"]:first-child {
        margin-right: .6em;
        margin-left: 0;
    }

.check-aceites input[type="checkbox"] {
    margin-right: .6em;
    margin-left: 2em;
}

    .check-aceites input[type="checkbox"]:first-child {
        margin-right: .6em;
        margin-left: 0;
    }

ul.campos-formulario li {
    margin-bottom: 1.6em;
}

fieldset .row {
    margin-bottom: 1em;
}

.input-box div {
    margin-bottom: 1em;
}

.no-margin-left {
    margin-left: 0;
}

.span-list {
    margin-bottom: 0.6em;
    display: list-item;
}

li.action-button {
    margin: 2.5em 0;
}

#container-selecao .ui-autocomplete {
    max-height: 200px;
    overflow-x: auto;
}

h5.title-confirmacao {
    margin-top: 0;
    font-family: "FuturaWeb",sans-serif;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: -.035em;
    font-size: 1.4em;
    color: #1f2a47 !important;
    margin-bottom: 0.5em;
}
/*tooltip*/

.tooltip {
    position: relative;
    display: inline-block;
    z-index: 1;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        background-color: #e3e3e3;
        color: #444;
        border-radius: 4px;
        padding: 10px;
        margin-top: -15px;
        position: absolute;
        display: flex;
        z-index: 999;
        width: 100%;
        min-width: 300px;
        max-width: 600px;
        margin-left: 15px;
    }

    .tooltip #tooltip-checkbox {
        width: auto;
        max-width: 100%;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

    .tooltip #tooltip-checkbox {
        width: auto;
        max-width: 100%;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

.notooltip {
    padding-bottom: 1em;
}

    .notooltip .label-d {
        margin-bottom: 0;
    }

    .notooltip:hover .tooltiptext {
        visibility: hidden;
    }
/*MODAL*/
.mask-modal {
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.3;
    z-index: 9999;
    display: none;
}

    .mask-modal.on {
        display: block;
    }

#modal {
    display: none;
}

.modal {
    width: 600px;
    height: auto;
    background: #fff;
    position: fixed;
    z-index: 99999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 50%;
    border: 1px solid #ccc;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 4px;
    padding: 1rem;
}

    .modal .header-modal {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #ccc;
        padding: .5em 2rem;
    }

    .modal .header-modal {
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #ccc;
        padding: .5em 1rem;
    }

    .modal .body-modal {
        padding: 2em;
    }

.btn-close {
    font-size: 1.6em;
    width: 2em;
    height: 2em;
    text-align: center;
}

.btn-right {
    float: right;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*Captcha*/

.captcha *, .captcha ::after, .captcha ::before {
    box-sizing: border-box
}

.captcha {
    background-color: #e8eaed;
    display: inline-block;
    width: 240px;
    padding: 6px;
    border-radius: 6px
}

.captcha-controles, .captcha-imagem, .captcha-texto input {
    background-color: #fff
}

.captcha-imagem {
    padding: 8px;
    text-align: center;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom: 4px solid #e8eaed
}

.captcha-controles {
    display: flex;
    width: 100%;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

    .captcha-controles > div {
        border-left: 1px solid #e8eaed;
        float: left;
        padding: 7px 5px;
        text-align: center;
        width: 12%
    }

    .captcha-controles > .captcha-texto {
        width: 64%;
        padding-top: 6px
    }

.captcha-texto input {
    border: none;
    color: #666;
    padding: 1px 4px;
    width: 100%;
    text-align: center;
    font-size: smaller;
}
/*loading*/
#loading {
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.2;
    z-index: 9999;
    display: none;
}

    #loading .icon-loading {
        width: 80px;
        height: 80px;
        position: fixed;
        z-index: 99999;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 4px;
        padding: 1rem;
        background-image: url("/Style Library/pix/img/loading.gif");
        background-repeat: no-repeat;
        background-size: 80px 80px;
    }
/* fieldset*/
.legend-step.delta, .legend-title.delta {
    margin-top: 0;
    font-family: "FuturaWeb",sans-serif;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: -.035em;
    color: #1f2a47 !important;
}

.fieldset-inactive .legend-title, .fieldset-inactive .legend-step.delta {
    color: #a5aab5 !important;
}

.fieldset-inactive .form-set {
    display: none;
}

.validado {
    display: none;
}

.fieldset-validado .legend {
    margin-bottom: 0;
}

.fieldset-validado .legend-step {
    display: none;
    border-color: #d2d4da;
    color: #a5aab5 !important;
}

.fieldset-validado .legend-title {
    color: #a5aab5 !important;
}

.fieldset-validado .legend-desc {
    color: #a5aab5 !important;
    display: none;
}

    .fieldset-validado .legend-desc.validado {
        color: #a5aab5 !important;
        display: block;
    }

.form-set {
    opacity: 1;
    transition: opacity .3s ease-in;
}

.form-set-level2 {
    padding-left: 1.5em;
}

.fieldset-validado .form-set {
    display: none;
}

    .fieldset-validado .form-set .validado {
        display: block;
    }

.fieldset-validado .validado {
    display: block;
    color: #a5aab5;
}

.form-set-hidden {
    display: none;
}

.first-step {
    display: block;
}

p.aceites-title {
    margin-top: 0;
    font-family: "FuturaWeb",sans-serif;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: -.035em;
    font-size: 1.4em;
    color: #737272;
    margin-bottom: 0.5em;
}

.check-interesses h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 2em;
}

    .check-interesses h2:first-child {
        margin-top: 0;
        margin-bottom: 1em;
    }

.div-radio {
    display: inline-block;
    padding-left: 20px;
}

    .div-radio input {
        margin-top: -4px;
    }

    .div-radio label {
        display: inherit;
        margin-top: -4px;
        margin-right: 25px;
    }

.no-padding {
    padding: 0
}

.js-form-alt {
    cursor: pointer;
}

@media screen and (max-width: 999px) {
    ul li div:not(:first-child) {
        margin-top: 10px;
    }

    ul .row {
        display: initial;
        align-items: flex-end;
    }

    .colsm-12.padding-r-10 {
        padding: 0;
    }

    .colsm-6.padding-l-10 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .colsm-6.padding-r-10 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 600px) {

    .modal {
        width: 100%;
    }
}

#divWebView {
    margin: 10px auto;
}

iframe {
    border: none;
}